/*

  Copyright:  Apple Computer, Inc. 1993-1995. All Rights Reserved.
  author: Mike Engber

  ExtraChange v3

  This sample shows how to dynamically change your icon and text
  in the extras drawer.

  You may incorporate this sample code into your applications without
  restriction.  This sample code has been provided "AS IS" and the
  responsibility for its operation is 100% yours.  You are not permitted to
  modify and redistribute the source as "DTS Sample Code." If you are going
  to re-distribute the source, we require that you make it clear in the
  source that the code was descended from Apple-provided sample code, but
  that you've made changes.


  version history
  
  v1 - initial release
  v2 - source to SetExtrasInfo removed now that it's provided
       by the NTK platform file.
  v3 - NTK 1.5 update (removed Project Data)
 */


The interesting part of this sample code is the method in the base view,
SetExtrasInfo. Since this method is provided by the NTK platform file
this sample isn't nearly as interesting as it used to be - now we simply
initialize the slot with kSetExtrasInfoFunc (instead of the source code)

See the platform file release notes for more info on this fn.

In the 2.0 OS, the functions has been provided in the ROM and the platform
file function is no longer necessary.
